home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / nshellmegasource1.50 / mega src / lib / fss_utl.proto.h < prev    next >
Encoding:
Text File  |  1994-07-28  |  834 b   |  21 lines  |  [TEXT/KAHL]

  1. /* ==========================================
  2.  
  3.     fss_utl.proto.h
  4.     
  5.     Copyright (c) 1993,1994 Newport Software Development
  6.     
  7.     You may distribute unmodified copies of this file for
  8.     noncommercial purposes.  You may use this file as a
  9.     reference when writing your own nShell(tm) commands.
  10.     
  11.     All other rights are reserved.
  12.     
  13.    ========================================== */
  14.  
  15. OSErr fss_GetFInfo(int gotFSSpec, const FSSpec *spec, FInfo *fndrInfo);
  16. OSErr fss_OpenDF(int gotFSSpec, const FSSpec *spec, char permission, short *refNum);
  17. OSErr fss_OpenRF(int gotFSSpec, const FSSpec *spec, char permission, short *refNum);
  18. OSErr fss_SetFInfo(int gotFSSpec, const FSSpec *spec, const FInfo *fndrInfo);
  19. int   fss_test( void );
  20. OSErr fss_to_DirID(const FSSpec *spec, long *theDirID, Boolean *isDirectory);
  21. OSErr fss_wake_parent(const FSSpec *spec);